home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGBLER / PC37030.LZH / PC37030.ZIP / UTILITY.DOC < prev    next >
Text File  |  1987-08-19  |  1KB  |  24 lines

  1. PC/370 utility summary documentation
  2.  
  3.     1.  SEE.ALC - this utility will support full screen editing of an
  4.         ASCII text file.  The size of the file is only limited by the
  5.         amount of MS-DOS memory available (up to 640K less MS-DOS and PC/370).
  6.         The program is modeled after the TURBO PASCAL full screen editor with
  7.         compatible commands.  In addition to the expanded memory support,
  8.         SEE supports full color selection, character graphics, and session
  9.         emulation.  See SEE.DOC for more information, and use BLDSEE.BAT
  10.         to assemble, link, and execute demo programs.
  11.  
  12.     2.  PRINTDOC.ALC - this utility will read an ASCII text file and print
  13.         it on the standard printer device with headings and page numbers
  14.         set by standard ALC TITLE, EJECT, and SPACE commands.  Use the
  15.         command file PRINTDOC.BAT to assemble, link, and execute demo.
  16.  
  17.     3.  T370.ALC - this utility reads A370 relocatable object files which are
  18.         in compressed bit stream format and creates standand IBM 370 linkage
  19.         editor input in standard 80 byte fixed record format with ESD, TXT,
  20.         RLD, and END type records.  This utility also has option to generate
  21.         ascii hex listing file if desired.  The 370 object files have a
  22.         suffix of .370 and the listing file has a suffix for .HEX.  To
  23.         assemble, link, and execute a demo run T370.BAT.
  24.